Vcenter Cluster Summary

Vcenter Cluster Summary
Vcenter Cluster Summary

The Vcenter Cluster Summary schema contains commonly used information about a cluster in vCenter Server.

JSON Example
{
    "cluster": "string",
    "name": "string",
    "ha_enabled": false,
    "drs_enabled": false
}
string
cluster
Required

Identifier of the cluster.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.

string
name
Required

Name of the cluster.

boolean
ha_enabled
Required

Flag indicating whether the vSphere HA feature is enabled for the cluster.

boolean
drs_enabled
Required

Flag indicating whether the vSphere DRS service is enabled for the cluster.